checkout: Drop internal use of GFile *
authorColin Walters <walters@verbum.org>
Fri, 20 Feb 2015 21:36:02 +0000 (16:36 -0500)
committerColin Walters <walters@verbum.org>
Mon, 23 Feb 2015 02:30:23 +0000 (21:30 -0500)
commit46bd4657b2106e59156f21d7d0b9ad4bf9f9efb2
treefe043c5c29419e2656596d419acd40db01ac5727
parent9539408bb3699f8130f9c6549e82d5a795b3293f
checkout: Drop internal use of GFile *

Checkout was one of the first complex code paths I tried to convert to
*at().  I ended up keeping both, because I hit the "xattrs for a
symlink" problem.  Later, Florian gave me a workaround, and we started
using it here, but the GFile * parameters weren't deleted.  They're
not used, so do so now.
src/libostree/ostree-repo-checkout.c